systemd.network.networks.<name>.bridgeVLANs

A list of BridgeVLAN sections to be added to the unit. See systemd.network(5) for details.

Type
list of attribute set of (systemd option)
Default
[ ]
Example
[
  {
    VLAN = "10-20";
  }
]
Declared
<nixpkgs/nixos/modules/system/boot/networkd.nix>